home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / IT.DXR / Internal_85_p_usev.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  247 b   |  19 lines

  1. on mouseUp me
  2.   go("use_v")
  3.   cursor(-1)
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor(280)
  8.   set the ink of sprite the currentSpriteNum to 4
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(-1)
  13.   set the ink of sprite the currentSpriteNum to 36
  14. end
  15.  
  16. on mouseDown me
  17.   beep()
  18. end
  19.